projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916a87f
)
fix indent_to
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Thu, 15 Aug 2019 20:23:32 +0000
(22:23 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:34:01 +0000
(11:34 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d7b4123a21c6a8170948bf5a53c164a8ea39fb38..a95cd56eae440ed36d7bf9c0ce5f54484e010855 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-597,7
+597,10
@@
the annotation emission."
(byte-following-char auto)
(byte-preceding-char preceding-char Fprevious_char)
(byte-current-column auto)
- (byte-indent-to auto)
+ (byte-indent-to
+ (comp-emit-set-call `(call Findent_to
+ ,(comp-slot)
+ ,(make-comp-mvar :constant nil))))
(byte-scan-buffer-OBSOLETE)
(byte-eolp auto)
(byte-eobp auto)